Q3ViewAngleAspectCamera_GetData
You can use theQ3ViewAngleAspectCamera_GetData
function to get the data that defines an aspect ratio camera.
TQ3Status Q3ViewAngleAspectCamera_GetData ( TQ3CameraObject camera, TQ3ViewAngleAspectCameraData *cameraData);
camera
- An aspect ratio camera object.
cameraData
- On exit, a pointer to an aspect ratio camera data structure.
DESCRIPTION
TheQ3ViewAngleAspectCamera_GetData
function returns, through thecameraData
parameter, information about the aspect ratio camera specified by thecamera
parameter. See "Aspect Ratio Camera Data Structure" on page 9-21 for a description of an aspect ratio camera data structure.